What is the use of jQuery's children() method?
jQuery's children() method
345
28-Jul-2021
Anonymous User
04-Aug-2021jQuery chidren() method is an inbuilt method in jQuery which is use to find the children element of the selector element.
It's Syntax is :
Let's take a look at below example for better understanding :
Hope this will help you.
Happy Coding!